翻訳と辞書
Words near each other
・ print server
・ print services facility
・ printed circuit board
・ printer
・ printer access protocol
・ printer port
・ printf
・ printing discussion
・ priority inheritance
・ priority interrupt
priority inversion
・ priority queue
・ priority scheduling
・ prism
・ prisoner of bill
・ privacy
・ privacy enhanced mail
・ private automatic branch exchange
・ private branch exchange
・ private key


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

priority inversion : FOLDOC
priority inversion
The state of a concurrent system where a high priority task is waiting for a low priority task which is waiting for a medium priority task. The system may become unstable and crash under these circumstances.
In an operating system that uses multiple tasks, each task (or context) may be given a priority. These priorities help the scheduler decide which task to run next. Consider tasks, L, M, and H, with priorities Low, Medium, and High. M is running and H is blocked waiting for some resource that is held by L. So long as any task with a priority higher than L is runable, it will prevent task L, and thus task H, from running.
Priority inversion is generally considered either as a high-level design failure or an implementation issue to be taken into account depending on who is talking. Most operating systems have methods in place to prevent or take inversion into account. Priority inheritance is one method.
The most public instance of priority i


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.